home *** CD-ROM | disk | FTP | other *** search
- Path: unsw.edu.au!usenet
- From: Yuen King Wong <s2158666>
- Newsgroups: comp.lang.c
- Subject: a interesting program
- Date: 15 Apr 1996 04:34:47 GMT
- Organization: School of CompSci & Eng, Uni Of NSW, Oz
- Distribution: world
- Message-ID: <4ksjl7$b88@mirv.unsw.edu.au>
- NNTP-Posting-Host: oboe05.orchestra.cse.unsw.edu.au
-
- Did someone know how to write a program, when compiled and executed, will produced the
- source code itself? For example, the name of the program is hello.c, when I compiled and
- executed the program like this
-
- hello > output
-
- output will the same as hello.c !
-